-
Notifications
You must be signed in to change notification settings - Fork 162
Update usage of shared stream buffer #1016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update usage of shared stream buffer #1016
Conversation
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
|
@apaniukov |
|
The error comes from OnnxFrontEnd. |
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
|
@apaniukov, @dorloff Could you look again at this PR, I've updated extension but it looks model generation is not compatible what was created some time ago. |
### Details: - Remove deprecate notice and `ov::Tensor::data()` returns const pointer for const Tensor ### Blocked by: - openvinotoolkit/openvino_contrib#1016 - openvinotoolkit/openvino.genai#2934 - openvinotoolkit/openvino.genai#2978 - openvinotoolkit/openvino.genai#3009 ### Tickets: - CVS-174872 --------- Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com> Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
Description